Description:
Retrieves all the elements that match the conditions defined by the specified predicate.
Syntax:
Parameters:
- match
- Type: Predicate<T>
- The Predicate(T) delegate that defines the conditions of the elements to search for.
Returns:
Type: RhinoList<T>
A ON_List(T) containing all the elements that match the conditions defined by the specified predicate, if found; otherwise, an empty ON_List(T).